home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / examples / README < prev   
Encoding:
Text File  |  1997-08-18  |  1.1 KB  |  32 lines  |  [TEXT/R*ch]

  1. File mosml/examples/README
  2.  
  3.  
  4. The subdirectories contain various example programs in Standard ML.
  5.  
  6. Each example can be compiled by going to the subdirectory and
  7. executing `make' from the command line.
  8.  
  9.  
  10. calc            An calculator for simple arithmetic expressions.
  11.                 Illustrates the use of mosmllex and mosmlyac
  12.                 (adapted from Caml Light).
  13.  
  14. cgi        Two CGI scripts written in Moscow ML using the Mosmlcgi
  15.         library, and associated HTML files.
  16.  
  17. helpsigs        Generation of the signature database
  18.                 Illustrates the organization of a larger program.
  19.  
  20. lexyacc         Lexer and parser for a small functional language.
  21.                 A larger example of the use of mosmllex and mosmlyac.
  22.  
  23. manual          The small batch compiler example from the manual.
  24.                 Illustrates the use of Makefiles.
  25.  
  26. mls             A simple utility for producing a sorted directory listing
  27.                 (like `ls' in Unix and `dir' in DOS).
  28.                 Illustrates the use of the FileSys library.
  29.  
  30. pretty          Prettyprinting of simple arithmetic expressions.
  31.                 Illustrates the use of installable prettyprinters.
  32.